report.html

Report generated on 26-Jan-2023 at 10:55:54 by pytest-html v3.2.0

Environment

Packages {"pluggy": "1.0.0", "pytest": "7.2.0"}
Platform macOS-10.16-x86_64-i386-64bit
Plugins {"aggreport": "0.1.5", "anyio": "3.6.2", "benchmark": "4.0.0", "clarity": "1.0.1", "colordots": "1.1", "cov": "4.0.0", "html": "3.2.0", "instafail": "0.4.2", "metadata": "2.0.4", "repeat": "0.9.1", "sugar": "0.9.6", "xdist": "3.1.0"}
Python 3.9.13

Summary

Test started at 2023-01-26 15:38:55 UTC and ended at 2023-01-26 15:55:50 UTC, following is the summary report:

TestCase Name Passed Failed Skipped Pass Rate AVG (s) MAX (s) MIN (s) STDDEV (s)
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestHTML.test_remove_xml_HTML_tags 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_remove_any_char 0 0 200 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_perf_remove_any_char 200 0 0 100.00% 0.02 0.03 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestHTML.test_perf_remove_xml_HTML_tags 200 0 0 100.00% 0.01 0.03 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestToStrip.test_to_strip 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestToStrip.test_perf_to_strip 200 0 0 100.00% 0.01 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_remove_special_char 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_perf_remove_special_char 200 0 0 100.00% 0.01 0.03 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestToLower.test_to_lower 0 0 200 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestToLower.test_perf_to_lower 200 0 0 100.00% 0.01 0.01 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_remove_punctuation 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_perf_remove_punctuation 200 0 0 100.00% 0.01 0.01 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestNumbers.test_remove_number 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestNumbers.test_perf_remove_number 200 0 0 100.00% 0.04 0.07 0.03 0.01
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_spell_correction_v1 0 0 200 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestCharacter.test_perf_spell_correction_v1 200 0 0 100.00% 0.00 0.01 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_remove_all_duplication 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_remove_emoji 0 0 200 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_perf_remove_emoji 200 0 0 100.00% 0.01 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_remove_emoticon 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_perf_remove_emoticon 200 0 0 100.00% 0.10 0.17 0.06 0.03
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_perf_remove_all_duplication 200 0 0 100.00% 0.02 0.06 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_remove_consecutive_duplication 0 0 400 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_perf_remove_consecutive_duplication 200 0 0 100.00% 0.02 0.03 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_remove_many_spaces 0 0 200 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestDuplication.test_perf_remove_many_spaces 200 0 0 100.00% 0.02 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestURL.test_remove_url 0 0 400 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestURL.test_perf_remove_url 200 0 0 100.00% 0.06 0.20 0.04 0.02
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_convert_emoji_to_words 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_perf_convert_emoji_to_words 200 0 0 100.00% 4.22 6.75 2.59 1.39
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestUsername.test_remove_twitter_username 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestUsername.test_perf_remove_twitter_username 200 0 0 100.00% 0.01 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestUsername.test_remove_username_any 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestUsername.test_perf_remove_username 200 0 0 100.00% 0.01 0.03 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestHashtag.test_remove_hashtag 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestHashtag.test_perf_remove_hashtag 200 0 0 100.00% 0.01 0.01 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmailAddress.test_remove_email_address 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmailAddress.test_perf_remove_email_address 200 0 0 100.00% 0.01 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_blank_checker 0 0 500 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_perf_blank_checker 200 0 0 100.00% 0.01 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_convert_to_unicode 0 0 100 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_remove_regex_match 0 0 500 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_perf_remove_regex_match 200 0 0 100.00% 0.02 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_substitue_regex_match 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestChecker.test_perf_substitue_regex_match 200 0 0 100.00% 0.02 0.02 0.01 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestConversion.test_abbreviation_converter 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestConversion.test_perf_abbreviation_converter 200 0 0 100.00% 0.10 0.13 0.06 0.03
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestAdder.test_add_word_to_stopwords_set 0 0 800 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestExpantion.test_expand_contractions 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestExpantion.test_perf_expand_contractions 200 0 0 100.00% 0.19 0.41 0.13 0.06
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestLemmatization.test_to_lemmatize 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestLemmatization.test_perf_to_lemmatize 200 0 0 100.00% 1.95 4.02 1.15 0.67
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestTokenization.test_to_tokenize 0 0 300 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestTokenization.test_perf_to_tokenize 200 0 0 100.00% 0.27 0.41 0.17 0.09
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_convert_emoticon_to_words 0 0 600 0.00% 0.00 0.00 0.00 0.00
tests.test_unit.nlp_utils.test_preprocessing.test_text_preprocessing.TestEmojiEmoticons.test_perf_convert_emoticon_to_words 200 0 0 100.00% 0.63 1.56 0.41 0.23

5400 tests ran in 1019.06 seconds.

5400 passed, 10900 skipped, 0 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[<html lang="en" class="notranslate" translate="no" data-theme="light"><HEAD> This is HEAD <INSIDE> The is inside tag </INSIDE></HEAD> <BODY> This is BODY </BODY></HTML>- This is HEAD The is inside tag This is BODY -8-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[Hello world!-Hello world!-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_remove_xml_HTML_tags[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[ Hello world ! -Hello world !-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_to_strip[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, ¿the first char is ٪ and these onces《 》!٪-input_spec_char0-Hello, the first char is and these onces !-5-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[Hello, -None-Hello, -0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_special_char[None-None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[A beAuTifUl WORD-a beautiful word-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-44-100] 0.01
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_to_lower[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[James: "Hi Thomas, I haven't seen you for ages! How have you been?"-James Hi Thomas I havent seen you for ages How have you been-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[!hi. wh?at is the weat[h]er lik?e.-hi what is the weather like-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_punctuation[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[Hello123 678 1000 44word 5-Hello word -100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[ 5- -100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_remove_number[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-76-100] 0.01
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_spell_correction_v1[--100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello hello-Hello hello-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[Hello world world! world Hello world-Hello world world!-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin. Amin comes from Iran!!-My name is Amin Amin. comes from Iran!!-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :)-Hello -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[Hello :-)-Hello -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoticon[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[!& Hel_lo *@ $world!(- Hello world-8-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_remove_any_char[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[My name is Amin Amin , Amin comes from Iran-My name is Amin , comes from Iran-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[what type of people were most likely to be able to be able to be able to be able to be 1.35 able to be ?-what type of people were most likely to be able 1.35 ?-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_all_duplication[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[Hello hello-Hello-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this is just is is-this is just is-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[this just so So so nice-this just so nice-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_consecutive_duplication[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[Hello world-Hello world-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_remove_many_spaces[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[RT @ kaastore: 😁 un sourire=un cadeau 🎁-RT @ kaastore: un sourire=un cadeau -2-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_remove_emoji[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[Look at these links: www.my.com:8069/tf/details?id=com.j.o%22 and ftp://amazon.com/g/G/e/2011/u-3.jpg-Look at these links: and -2-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[--100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello-Hello-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 😂-Hello face_with_tears_of_joy-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello 🍕-Hello pizza-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoji_to_words[Hello ✅ ✍🏻 🧚🏼‍♀️-Hello check_mark_button writing_handlight_skin_tone fairymedium-light_skin_tone‍female_sign️-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a -@probablyfaketwitterusername is answering to , this is a real '' but this is an@email.com, and this is a -3-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_twitter_username[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[RT @Stephan007: @Devoxx @collignont @idriss_neumann @John_Doe2000 @gunnarmorling @DevoxxFR @lescastcodeurs If interested, the Devoxx Belgium CFP opens en…-RT : If interested, the Devoxx Belgium CFP opens en…-8-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[@probablyfaketwitterusername @RayFranco is answering to @AnPel, this is a real '@username83' but this is an@email.com, and this is a - is answering to , this is a real '' but this is an@email.com, and this is a -4-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_remove_username_any[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[RT @iamffi23: #lahore #LahoreBlasts : #punjabgovt 9 #dead.-RT @iamffi23: : 9 .-4-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[20 #injured. https://t.co/UU7doEtTmZ #pray_ee4 #unite #notgivingup-20 . https://t.co/UU7doEtTmZ -4-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[text #hashtag! text #hashtag1 #hash_tagüäö text #hash0ta #hash_tag-text ! text text -5-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[#хэш_тег #中英字典 #مهسا_امینی Not hashtags text #1234- Not hashtags text -4-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[--0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_remove_hashtag[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type1: crisca@gmail.com.es-type1: -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type2: login@dom1.dom2.dom-3.dom-4.com-type2: -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type3: amin.cs@gmal.com-type3: -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[type4: am_ghad@gmail.com-type4: -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[--0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_remove_email_address[None-None-0-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ Hello-False-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[ -True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_blank_checker[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_convert_to_unicode[Klüft inför på fédéral électoral große-Klüft inför på fédéral électoral große-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None-None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[-None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[None--None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[---100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_remove_regex_match[Hello, my id are 123 and 000.-\d+-Hello, my id are and .-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None-None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[-None-None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None--None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[None-None--None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[----100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_substitue_regex_match[Hello, my id are 123 and 000.-\d+-[NUM]-Hello, my id are [NUM] and [NUM].-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top FAQ are-the top Frequently Asked Questions are-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[the top faq are-the top frequently asked questions are-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_abbreviation_converter[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[None-False-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[-False-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word2-False-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word3-False-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[book-True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word5-True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word6-True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestAdder::test_add_word_to_stopwords_set[input_word7-True-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[I'm Amin.-I am Amin.-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[It's a book.-it is a book.-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_expand_contractions[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[--100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_to_lemmatize[The striped bats are hanging on their feet for best-The striped bat be hang on their foot for best-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[-ex_output1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_to_tokenize[Hello my name is Amin-ex_output2-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[None-None-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[--100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello-Hello-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :)-Hello Happy_face_or_smiley-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :-)-Hello Happy_face_smiley-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_convert_emoticon_to_words[Hello :) :(-Hello Happy_face_or_smiley Frown_sad_andry_or_pouting-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-12-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-13-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-14-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-15-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-16-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-17-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-18-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-19-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-20-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-21-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-22-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-23-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-24-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-25-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-26-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-27-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-28-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-29-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-30-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-31-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-32-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-33-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-34-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-35-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-36-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-37-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-38-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-39-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-40-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-41-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-42-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-43-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-44-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-45-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-46-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-47-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-48-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-49-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-50-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-51-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-52-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-53-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-54-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-55-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-56-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-57-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-58-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-59-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-60-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-61-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-62-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-63-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-64-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-65-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-66-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-67-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-68-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-69-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-70-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-71-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-72-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-73-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-74-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-75-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-76-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-77-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-78-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-79-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-80-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-81-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-82-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-83-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-84-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-85-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-86-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-87-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-88-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-89-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-90-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-91-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-92-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-93-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-94-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-95-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-96-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-97-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-98-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-99-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My website is https://www.twanda.com/apps/details?id=com.skgames.trafficracer%22-My website is -1-100-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-1-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-2-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-3-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-4-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-5-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-6-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-7-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-8-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-9-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-10-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-11-100] 0.00
Skipped tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_remove_url[My websites are https://www.google.com and www.turintech.ai-My websites are and -2-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-1-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-31-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-16-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-30-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-42-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-52-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-44-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-53-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-55-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-72-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-71-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-77-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-1-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-2-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-3-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-11-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-12-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-13-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-14-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-15-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-16-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-18-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-19-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-20-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-21-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-24-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-25-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-26-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-27-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-28-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-29-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-30-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-32-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-33-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-37-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-38-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-41-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-46-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-50-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-51-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-53-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-56-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-57-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHTML::test_perf_remove_xml_HTML_tags[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-61-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-62-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-63-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-64-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-65-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-66-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-67-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-68-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-69-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-70-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-71-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-72-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-73-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-74-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-75-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-76-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-77-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-78-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-79-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-80-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-81-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-83-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-84-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-85-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-86-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-87-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-88-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-89-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-90-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-93-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-94-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-97-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_any_char[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-11-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-62-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToStrip::test_perf_to_strip[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-56-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-63-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-69-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_special_char[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestToLower::test_perf_to_lower[2000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-1-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-2-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-3-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-4-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-5-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-6-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-7-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-8-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-9-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-10-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-11-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-12-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-13-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-14-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-15-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-16-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-17-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-18-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-19-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-20-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-21-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-22-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-23-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-24-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-25-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-26-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-27-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-28-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-29-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-30-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-31-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-32-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-33-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-34-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-35-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-36-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-37-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_remove_punctuation[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-38-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-39-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-40-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-41-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-42-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-43-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-44-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-45-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-46-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-47-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-48-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-49-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-50-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-51-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-52-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-53-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-54-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-55-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-56-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-57-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-58-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-59-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-60-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-61-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-62-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-63-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-64-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-65-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-66-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-67-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-68-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-69-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-70-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-71-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-72-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-73-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-74-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-75-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-76-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-77-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-78-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-79-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-80-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestCharacter::test_perf_spell_correction_v1[2000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-81-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-82-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-83-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-84-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-85-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-86-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-87-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-88-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-89-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-90-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-91-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-92-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-93-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-94-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-95-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-96-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-97-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-98-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-99-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[1000-100-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-1-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-2-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-3-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-4-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-5-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-6-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-7-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-8-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-9-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-10-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-11-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-12-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-13-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-14-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-15-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-16-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-17-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-18-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-19-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-20-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-21-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-22-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-23-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-24-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-25-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-26-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-27-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-28-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-29-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-30-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-31-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-32-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-33-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-34-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-35-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-36-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-37-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-38-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-39-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-40-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-41-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-42-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-43-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-44-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-45-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-46-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-47-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-48-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-49-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoji[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-50-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-51-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-52-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-53-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-54-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-55-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-56-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-1-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-57-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-2-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-58-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-3-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-59-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-4-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-60-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-5-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-61-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-6-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-62-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-63-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-7-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-64-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-8-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-65-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-9-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-66-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-10-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-67-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-11-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-68-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-12-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-69-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-13-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-70-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-71-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-14-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-72-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-15-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-73-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-16-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-74-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-17-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-75-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-18-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-76-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-19-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-77-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-78-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-20-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-79-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-21-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-80-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-22-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-81-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-23-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-82-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-24-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-83-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-25-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-84-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-26-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-85-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-86-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-27-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-87-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-28-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-88-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-29-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-89-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-30-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-90-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-31-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-91-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-32-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-92-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-93-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-33-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-94-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-34-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-95-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-35-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-96-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-36-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-97-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-37-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-98-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-38-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-99-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-39-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestNumbers::test_perf_remove_number[2000-100-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-40-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-41-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-42-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-43-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-44-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-45-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-46-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-47-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-48-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-49-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-50-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-51-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-52-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-53-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-54-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-41-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-55-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-56-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-53-100] 0.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-54-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-57-100] 0.11
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-55-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-56-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-58-100] 0.10
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-62-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-59-100] 0.09
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-64-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-60-100] 0.11
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-69-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-61-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-74-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-62-100] 0.09
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-79-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-63-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-64-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-65-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-66-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-67-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-68-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-69-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-70-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-71-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-72-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-73-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-74-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-75-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-76-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-77-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-78-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-79-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-80-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-81-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-82-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-83-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-84-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-85-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-86-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-87-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-74-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-75-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-88-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-89-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-90-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-91-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-92-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-93-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-94-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_all_duplication[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-95-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-96-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-97-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-98-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-99-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[1000-100-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-1-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-2-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-3-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-4-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-5-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-6-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-7-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-8-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-9-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-10-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-11-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-12-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-13-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-14-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-1-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-2-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-3-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-4-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-15-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-5-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-6-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-7-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-8-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-9-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-16-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-10-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-11-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-12-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-13-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-14-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-17-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-15-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-16-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-17-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-18-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-19-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-18-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-20-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-21-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-22-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-23-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-24-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-19-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-25-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-26-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-27-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-28-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-29-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-20-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-30-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-31-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-32-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-33-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-34-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-21-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-35-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-36-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-37-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-38-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-39-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-22-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-40-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-41-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-42-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-43-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-44-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-23-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-45-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-46-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-47-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-48-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-24-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-49-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-50-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-51-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-52-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-53-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-25-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-54-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-55-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-56-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-57-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-58-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-26-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-59-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-60-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-61-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-62-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-63-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-27-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-64-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-65-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-66-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-67-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-68-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-28-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-69-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-70-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-71-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-72-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-73-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-29-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-74-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-75-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-76-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-77-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-78-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-30-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-79-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-80-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-81-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-82-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-83-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-31-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-84-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-85-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-86-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-87-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-32-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-88-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-89-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-90-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-91-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-92-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-33-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-93-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-94-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-95-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-96-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-97-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-34-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-98-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-99-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_consecutive_duplication[2000-100-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-35-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-36-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-37-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-38-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-39-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-40-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-41-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-42-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-43-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-44-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-45-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-46-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-47-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-2-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-3-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-48-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-49-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-12-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-13-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-14-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-50-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-51-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-52-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-53-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-54-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-55-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-49-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-56-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-57-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-58-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-59-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-60-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-61-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-84-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-85-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-86-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-62-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-87-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-63-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-64-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-99-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestDuplication::test_perf_remove_many_spaces[2000-100-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-65-100] 0.16
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-66-100] 0.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-67-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-68-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-1-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-2-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-3-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-69-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-4-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-5-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-6-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-70-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-7-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-8-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-9-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-71-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-10-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-11-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-12-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-72-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-13-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-14-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-15-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-73-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-16-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-17-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-18-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-74-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-19-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-20-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-21-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-75-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-22-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-23-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-24-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-76-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-25-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-26-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-27-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-77-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-28-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-29-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-30-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-78-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-31-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-32-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-33-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-79-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-34-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-35-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-36-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-80-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-37-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-38-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-39-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-81-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-40-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-41-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-42-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-82-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-43-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-44-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-45-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-83-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-46-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-47-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-48-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-84-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-49-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-50-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-51-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-85-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-52-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-53-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-54-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-86-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-55-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-56-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-57-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-87-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-58-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-59-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-60-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-88-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-61-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-62-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-63-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-89-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-64-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-65-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-66-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-90-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-67-100] 0.03
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-68-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-69-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-91-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-70-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-71-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-72-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-92-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-73-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-74-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-75-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-93-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-76-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-77-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-78-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-94-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-79-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-80-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-81-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-95-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-82-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-83-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-84-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-96-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-85-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-86-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-87-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-97-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-88-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-89-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-90-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-98-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-91-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-92-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-93-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-99-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-94-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-95-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_remove_emoticon[2000-100-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-96-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-97-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-98-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-99-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[1000-100-100] 0.04
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-1-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-2-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-3-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-4-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-5-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-6-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-7-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-8-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-1-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-9-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-10-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-11-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-12-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-13-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-14-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-15-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-16-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-17-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-18-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-19-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-20-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-21-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-22-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-23-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-24-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-25-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-26-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-27-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-28-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-29-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-30-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-31-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-32-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-33-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-34-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-35-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-36-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-37-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-38-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-39-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-40-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-41-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-42-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-2-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-43-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-44-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-45-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-46-100] 0.09
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-47-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-48-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-49-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-50-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-51-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-52-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-53-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-54-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-55-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-56-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-57-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-58-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-59-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-60-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-61-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-62-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-63-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-64-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-65-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-66-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-67-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-68-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-69-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-70-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-71-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-72-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-73-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-74-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-75-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-76-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-3-100] 2.78
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-77-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-78-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-79-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-80-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-81-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-82-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-83-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-84-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-85-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-86-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-87-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-88-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-89-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-90-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-91-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-92-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-93-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-94-100] 0.09
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-95-100] 0.08
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-96-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-97-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-98-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-99-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestURL::test_perf_remove_url[2000-100-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-4-100] 2.65
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_twitter_username[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-5-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-4-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-6-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestUsername::test_perf_remove_username[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-1-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-2-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-3-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-4-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-5-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-6-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-7-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-8-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-9-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-10-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-11-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-12-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-13-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-14-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-15-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-16-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-17-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-18-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-19-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-20-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-21-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-22-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-23-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-24-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-25-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-26-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-27-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-28-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-29-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-30-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-31-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-32-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-33-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-34-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-35-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-36-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-37-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-38-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-39-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-40-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-41-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-42-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-43-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-44-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-45-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-46-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-47-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-48-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-49-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-50-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-51-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-52-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-53-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-54-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-55-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-56-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-57-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-58-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-59-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-60-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-61-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-62-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-63-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-64-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-65-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-66-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-67-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-68-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-69-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-70-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-71-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-72-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-73-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-74-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-75-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-76-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-77-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-78-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-79-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-80-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-81-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-82-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-83-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-84-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-85-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-86-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-87-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-88-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-89-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-90-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-91-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-92-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-93-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-94-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-95-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-96-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-97-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-98-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-99-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[1000-100-100] 0.00
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-7-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestHashtag::test_perf_remove_hashtag[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-8-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmailAddress::test_perf_remove_email_address[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-9-100] 2.65
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-10-100] 2.74
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_blank_checker[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-11-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-17-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-61-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-69-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_remove_regex_match[2000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-12-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-1-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-2-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-3-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-4-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-5-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-6-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-7-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-8-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-9-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-10-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-11-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-12-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-13-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-14-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-15-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-16-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-17-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-18-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-19-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-20-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-21-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-22-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-23-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-24-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-25-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-26-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-27-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-28-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-29-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-30-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-31-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-32-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-33-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-34-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-35-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-36-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-37-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-38-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-39-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-40-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-41-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-42-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-43-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-44-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-45-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-46-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-47-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-48-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-49-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-50-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-51-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-52-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-53-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-54-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-55-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-56-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-57-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-58-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-59-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-60-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-61-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-62-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-63-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-64-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-65-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-66-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-67-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-68-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-69-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-70-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-71-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-72-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-73-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-74-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-75-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-76-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-77-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-78-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-79-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-80-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-81-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-82-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-83-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-84-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-85-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-86-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-87-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-88-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-89-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-90-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-91-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-92-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-93-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-94-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-95-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-96-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-97-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-98-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-99-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[1000-100-100] 0.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-1-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-2-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-3-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-4-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-5-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-6-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-7-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-8-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-9-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-10-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-11-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-12-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-13-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-14-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-15-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-16-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-17-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-18-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-19-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-20-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-21-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-22-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-23-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-24-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-25-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-26-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-27-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-28-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-29-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-30-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-31-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-32-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-33-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-34-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-35-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-36-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-37-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-38-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-39-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-40-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-41-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-42-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-13-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-43-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-44-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-45-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-46-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-47-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-48-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-49-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-50-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-51-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-52-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-53-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-54-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-55-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-56-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-57-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-58-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-59-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-60-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-61-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-62-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-63-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-64-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-65-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-66-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-67-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-68-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-69-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-70-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-71-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-72-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-73-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-74-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-75-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-76-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-77-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-78-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-79-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-80-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-81-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-82-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-83-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-84-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-85-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-86-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-87-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-88-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-89-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-90-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-91-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-92-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-93-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-94-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-95-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-96-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-97-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-98-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-99-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestChecker::test_perf_substitue_regex_match[2000-100-100] 0.02
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-1-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-2-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-3-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-4-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-5-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-6-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-7-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-8-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-9-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-10-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-11-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-12-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-13-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-14-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-15-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-14-100] 2.61
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-16-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-17-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-18-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-19-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-20-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-21-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-22-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-23-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-24-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-25-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-26-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-27-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-28-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-29-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-30-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-31-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-32-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-33-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-34-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-35-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-36-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-37-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-38-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-39-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-40-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-41-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-42-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-43-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-44-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-45-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-46-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-47-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-48-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-49-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-50-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-51-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-52-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-53-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-54-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-55-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-15-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-56-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-57-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-58-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-59-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-60-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-61-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-62-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-63-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-64-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-65-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-66-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-67-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-68-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-69-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-70-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-71-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-72-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-73-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-74-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-75-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-76-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-77-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-78-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-79-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-80-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-81-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-82-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-83-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-84-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-85-100] 0.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-86-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-87-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-88-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-89-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-90-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-91-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-92-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-93-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-94-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-16-100] 2.61
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-95-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-96-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-97-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-98-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-99-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[1000-100-100] 0.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-1-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-2-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-3-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-4-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-5-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-6-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-7-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-8-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-9-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-10-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-11-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-12-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-13-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-14-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-15-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-16-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-17-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-18-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-17-100] 2.60
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-19-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-20-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-21-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-22-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-23-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-24-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-25-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-26-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-27-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-28-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-29-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-30-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-31-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-32-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-33-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-34-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-35-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-36-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-37-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-38-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-39-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-18-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-40-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-41-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-42-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-43-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-44-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-45-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-46-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-47-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-48-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-49-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-50-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-51-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-52-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-53-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-54-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-55-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-56-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-57-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-58-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-59-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-19-100] 2.60
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-60-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-61-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-62-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-63-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-64-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-65-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-66-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-67-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-68-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-69-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-70-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-71-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-72-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-73-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-74-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-75-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-76-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-77-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-78-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-79-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-80-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-20-100] 2.59
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-81-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-82-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-83-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-84-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-85-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-86-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-87-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-88-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-89-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-90-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-91-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-92-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-93-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-94-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-95-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-96-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-97-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-98-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-99-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestConversion::test_perf_abbreviation_converter[2000-100-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-21-100] 2.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-1-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-2-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-3-100] 0.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-4-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-5-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-6-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-7-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-8-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-9-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-10-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-11-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-22-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-12-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-13-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-14-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-15-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-16-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-17-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-18-100] 0.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-19-100] 0.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-20-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-21-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-22-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-23-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-24-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-25-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-26-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-27-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-28-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-29-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-30-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-31-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-23-100] 2.72
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-32-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-33-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-34-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-35-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-36-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-37-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-38-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-39-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-40-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-41-100] 0.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-42-100] 0.16
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-43-100] 0.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-44-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-45-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-46-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-47-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-48-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-49-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-50-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-51-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-52-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-24-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-53-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-54-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-55-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-56-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-57-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-58-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-59-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-60-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-61-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-62-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-63-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-64-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-65-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-66-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-67-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-68-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-69-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-70-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-71-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-72-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-25-100] 2.73
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-73-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-74-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-75-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-76-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-77-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-78-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-79-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-80-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-81-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-82-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-83-100] 0.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-84-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-85-100] 0.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-86-100] 0.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-87-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-88-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-89-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-90-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-91-100] 0.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-92-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-26-100] 2.60
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-93-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-94-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-95-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-96-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-97-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-98-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-99-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[1000-100-100] 0.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-1-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-2-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-3-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-4-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-5-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-6-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-7-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-27-100] 2.68
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-8-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-9-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-10-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-11-100] 0.29
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-12-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-13-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-14-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-15-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-16-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-17-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-28-100] 2.66
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-18-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-19-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-20-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-21-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-22-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-23-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-24-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-25-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-26-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-27-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-28-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-29-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-29-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-30-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-31-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-32-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-33-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-34-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-35-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-36-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-37-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-38-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-30-100] 2.65
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-39-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-40-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-41-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-42-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-43-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-44-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-45-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-46-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-47-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-48-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-49-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-31-100] 2.67
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-50-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-51-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-52-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-53-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-54-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-55-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-56-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-57-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-58-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-59-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-32-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-60-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-61-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-62-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-63-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-64-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-65-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-66-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-67-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-68-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-69-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-33-100] 2.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-70-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-71-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-72-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-73-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-74-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-75-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-76-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-77-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-78-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-79-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-80-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-34-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-81-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-82-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-83-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-84-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-85-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-86-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-87-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-88-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-89-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-90-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-35-100] 2.80
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-91-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-92-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-93-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-94-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-95-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-96-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-97-100] 0.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-98-100] 0.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-99-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestExpantion::test_perf_expand_contractions[2000-100-100] 0.29
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-36-100] 2.89
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-1-100] 1.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-2-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-37-100] 2.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-3-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-4-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-5-100] 1.16
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-38-100] 3.67
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-6-100] 1.69
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-7-100] 1.90
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-39-100] 2.78
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-8-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-9-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-40-100] 2.73
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-10-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-11-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-12-100] 1.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-41-100] 2.73
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-13-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-14-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-42-100] 2.65
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-15-100] 1.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-16-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-43-100] 2.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-17-100] 1.16
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-18-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-44-100] 2.77
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-19-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-20-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-21-100] 1.39
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-45-100] 2.91
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-22-100] 1.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-23-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-46-100] 2.90
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-24-100] 1.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-25-100] 1.16
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-47-100] 2.77
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-26-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-27-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-28-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-48-100] 2.73
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-29-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-30-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-49-100] 2.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-31-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-32-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-50-100] 2.69
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-33-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-34-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-35-100] 1.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-51-100] 3.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-36-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-37-100] 2.86
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-52-100] 4.06
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-38-100] 1.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-39-100] 1.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-53-100] 3.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-40-100] 1.74
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-41-100] 1.96
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-54-100] 3.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-42-100] 1.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-43-100] 1.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-55-100] 2.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-44-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-45-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-56-100] 4.68
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-46-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-47-100] 2.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-48-100] 1.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-57-100] 4.61
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-49-100] 2.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-50-100] 2.67
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-58-100] 3.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-51-100] 1.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-52-100] 1.27
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-59-100] 2.81
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-53-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-54-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-60-100] 3.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-55-100] 1.57
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-56-100] 1.28
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-61-100] 2.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-57-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-58-100] 1.29
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-59-100] 1.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-62-100] 2.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-60-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-61-100] 1.32
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-63-100] 2.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-62-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-63-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-64-100] 2.78
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-64-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-65-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-65-100] 3.07
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-66-100] 1.49
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-67-100] 1.32
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-68-100] 1.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-66-100] 2.91
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-69-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-70-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-67-100] 2.95
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-71-100] 1.39
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-72-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-68-100] 2.77
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-73-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-74-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-69-100] 2.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-75-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-76-100] 1.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-77-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-70-100] 2.80
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-78-100] 1.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-79-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-71-100] 2.81
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-80-100] 1.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-81-100] 1.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-72-100] 2.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-82-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-83-100] 1.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-84-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-73-100] 2.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-85-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-86-100] 1.29
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-74-100] 2.88
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-87-100] 1.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-88-100] 1.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-75-100] 2.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-89-100] 1.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-90-100] 1.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-91-100] 1.33
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-76-100] 2.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-92-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-93-100] 1.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-77-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-94-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-95-100] 1.24
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-78-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-96-100] 1.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-97-100] 1.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-79-100] 4.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-98-100] 1.88
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-99-100] 2.49
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-80-100] 3.11
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[1000-100-100] 1.53
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-1-100] 2.91
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-81-100] 3.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-2-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-82-100] 2.91
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-3-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-83-100] 2.85
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-4-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-5-100] 2.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-84-100] 2.86
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-6-100] 2.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-85-100] 3.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-7-100] 2.74
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-86-100] 2.85
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-8-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-87-100] 2.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-9-100] 2.58
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-88-100] 2.96
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-10-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-89-100] 2.86
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-11-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-90-100] 2.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-12-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-13-100] 2.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-91-100] 2.85
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-14-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-92-100] 2.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-15-100] 2.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-93-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-16-100] 2.45
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-94-100] 2.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-17-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-95-100] 2.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-18-100] 2.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-96-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-19-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-20-100] 2.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-97-100] 2.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-21-100] 2.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-98-100] 2.81
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-22-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-99-100] 2.80
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-23-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[1000-100-100] 2.80
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-24-100] 2.39
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-1-100] 5.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-25-100] 2.52
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-26-100] 2.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-27-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-2-100] 5.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-28-100] 2.50
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-29-100] 2.88
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-3-100] 6.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-30-100] 2.55
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-31-100] 2.72
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-4-100] 5.75
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-32-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-33-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-5-100] 5.75
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-34-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-35-100] 2.54
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-36-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-6-100] 5.67
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-37-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-38-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-7-100] 5.72
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-39-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-40-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-8-100] 5.68
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-41-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-42-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-43-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-9-100] 5.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-44-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-45-100] 2.56
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-10-100] 5.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-46-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-47-100] 2.57
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-11-100] 6.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-48-100] 2.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-49-100] 3.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-50-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-12-100] 6.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-51-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-52-100] 4.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-13-100] 6.75
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-53-100] 3.01
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-54-100] 2.56
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-14-100] 5.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-55-100] 2.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-56-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-15-100] 5.89
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-57-100] 2.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-58-100] 2.59
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-59-100] 2.59
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-16-100] 5.85
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-60-100] 2.49
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-61-100] 2.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-17-100] 5.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-62-100] 2.52
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-63-100] 2.53
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-18-100] 6.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-64-100] 2.76
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-65-100] 2.55
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-66-100] 2.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-19-100] 5.78
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-67-100] 2.51
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-68-100] 2.45
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-20-100] 5.72
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-69-100] 2.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-70-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-21-100] 5.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-71-100] 2.50
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-72-100] 2.50
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-73-100] 2.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-22-100] 5.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-74-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-75-100] 2.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-23-100] 5.69
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-76-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-77-100] 2.57
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-24-100] 5.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-78-100] 2.62
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-79-100] 2.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-80-100] 2.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-25-100] 5.68
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-81-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-82-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-26-100] 6.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-83-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-84-100] 3.45
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-27-100] 6.59
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-85-100] 2.96
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-86-100] 2.62
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-87-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-28-100] 5.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-88-100] 2.53
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-89-100] 2.57
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-29-100] 5.75
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-90-100] 2.48
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-91-100] 2.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-30-100] 5.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-92-100] 2.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-93-100] 2.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-94-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-31-100] 6.05
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-95-100] 2.69
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-96-100] 2.49
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-32-100] 5.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-97-100] 2.63
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-98-100] 2.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-33-100] 5.96
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-99-100] 2.62
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestLemmatization::test_perf_to_lemmatize[2000-100-100] 2.55
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-34-100] 5.75
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-1-100] 0.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-2-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-3-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-4-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-5-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-6-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-7-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-8-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-9-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-10-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-11-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-12-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-13-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-14-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-15-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-16-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-17-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-18-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-19-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-20-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-21-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-22-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-23-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-24-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-25-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-26-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-27-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-28-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-35-100] 5.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-29-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-30-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-31-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-32-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-33-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-34-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-35-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-36-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-37-100] 0.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-38-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-39-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-40-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-41-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-42-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-43-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-44-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-45-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-46-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-47-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-48-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-49-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-50-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-51-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-52-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-53-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-54-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-55-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-56-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-57-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-58-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-59-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-36-100] 5.68
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-60-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-61-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-62-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-63-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-64-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-65-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-66-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-67-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-68-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-69-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-70-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-71-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-72-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-73-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-74-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-75-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-76-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-77-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-78-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-79-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-80-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-81-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-82-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-83-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-84-100] 0.25
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-85-100] 0.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-86-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-87-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-88-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-89-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-90-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-37-100] 5.92
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-91-100] 0.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-92-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-93-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-94-100] 0.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-95-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-96-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-97-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-98-100] 0.22
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-99-100] 0.30
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[1000-100-100] 0.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-1-100] 0.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-2-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-3-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-4-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-5-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-6-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-7-100] 0.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-8-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-9-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-10-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-11-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-38-100] 5.61
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-12-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-13-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-14-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-15-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-16-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-17-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-18-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-19-100] 0.33
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-20-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-21-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-22-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-23-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-24-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-25-100] 0.32
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-26-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-27-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-39-100] 5.73
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-28-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-29-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-30-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-31-100] 0.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-32-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-33-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-34-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-35-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-36-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-37-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-38-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-39-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-40-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-41-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-42-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-40-100] 5.64
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-43-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-44-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-45-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-46-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-47-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-48-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-49-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-50-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-51-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-52-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-53-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-54-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-55-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-56-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-57-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-58-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-41-100] 5.71
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-59-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-60-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-61-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-62-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-63-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-64-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-65-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-66-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-67-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-68-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-69-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-70-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-71-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-72-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-73-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-74-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-42-100] 5.79
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-75-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-76-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-77-100] 0.38
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-78-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-79-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-80-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-81-100] 0.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-82-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-83-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-84-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-85-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-86-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-87-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-88-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-89-100] 0.37
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-90-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-43-100] 5.55
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-91-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-92-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-93-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-94-100] 0.34
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-95-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-96-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-97-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-98-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-99-100] 0.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestTokenization::test_perf_to_tokenize[2000-100-100] 0.36
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-44-100] 5.40
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-45-100] 5.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-46-100] 5.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-47-100] 5.35
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-48-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-49-100] 5.32
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-50-100] 5.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-51-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-52-100] 5.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-53-100] 5.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-54-100] 5.10
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-55-100] 5.32
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-56-100] 5.90
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-57-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-58-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-59-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-60-100] 5.28
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-61-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-62-100] 5.30
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-63-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-64-100] 5.13
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-65-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-66-100] 5.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-67-100] 5.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-68-100] 5.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-69-100] 5.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-70-100] 5.93
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-71-100] 5.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-72-100] 6.52
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-73-100] 5.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-74-100] 5.57
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-75-100] 5.27
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-76-100] 5.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-77-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-78-100] 5.90
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-79-100] 5.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-80-100] 5.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-81-100] 5.30
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-82-100] 5.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-83-100] 5.26
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-84-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-85-100] 5.18
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-86-100] 5.17
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-87-100] 5.61
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-88-100] 5.20
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-89-100] 5.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-90-100] 5.89
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-91-100] 5.92
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-92-100] 5.47
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-93-100] 5.21
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-94-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-95-100] 5.23
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-96-100] 5.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-97-100] 5.15
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-98-100] 5.12
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-99-100] 5.14
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoji_to_words[2000-100-100] 5.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-1-100] 0.46
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-2-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-3-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-4-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-5-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-6-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-7-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-8-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-9-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-10-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-11-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-12-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-13-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-14-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-15-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-16-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-17-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-18-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-19-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-20-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-21-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-22-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-23-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-24-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-25-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-26-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-27-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-28-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-29-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-30-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-31-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-32-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-33-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-34-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-35-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-36-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-37-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-38-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-39-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-40-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-41-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-42-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-43-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-44-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-45-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-46-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-47-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-48-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-49-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-50-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-51-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-52-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-53-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-54-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-55-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-56-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-57-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-58-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-59-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-60-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-61-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-62-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-63-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-64-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-65-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-66-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-67-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-68-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-69-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-70-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-71-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-72-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-73-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-74-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-75-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-76-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-77-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-78-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-79-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-80-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-81-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-82-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-83-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-84-100] 0.44
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-85-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-86-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-87-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-88-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-89-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-90-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-91-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-92-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-93-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-94-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-95-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-96-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-97-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-98-100] 0.43
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-99-100] 0.42
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[1000-100-100] 0.41
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-1-100] 0.81
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-2-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-3-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-4-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-5-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-6-100] 0.81
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-7-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-8-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-9-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-10-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-11-100] 0.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-12-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-13-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-14-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-15-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-16-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-17-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-18-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-19-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-20-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-21-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-22-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-23-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-24-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-25-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-26-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-27-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-28-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-29-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-30-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-31-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-32-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-33-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-34-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-35-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-36-100] 0.92
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-37-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-38-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-39-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-40-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-41-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-42-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-43-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-44-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-45-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-46-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-47-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-48-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-49-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-50-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-51-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-52-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-53-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-54-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-55-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-56-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-57-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-58-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-59-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-60-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-61-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-62-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-63-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-64-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-65-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-66-100] 0.89
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-67-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-68-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-69-100] 0.85
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-70-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-71-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-72-100] 0.93
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-73-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-74-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-75-100] 1.56
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-76-100] 1.30
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-77-100] 1.19
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-78-100] 0.84
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-79-100] 0.92
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-80-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-81-100] 0.83
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-82-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-83-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-84-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-85-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-86-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-87-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-88-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-89-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-90-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-91-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-92-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-93-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-94-100] 0.89
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-95-100] 0.93
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-96-100] 0.87
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-97-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-98-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-99-100] 0.82
Passed tests/test_unit/nlp_utils/test_preprocessing/test_text_preprocessing.py::TestEmojiEmoticons::test_perf_convert_emoticon_to_words[2000-100-100] 0.82